css style tests: Update expected results for gradient tests
authorMatthias Clasen <mclasen@redhat.com>
Fri, 31 Mar 2017 16:51:40 +0000 (12:51 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Fri, 31 Mar 2017 18:04:58 +0000 (14:04 -0400)
This is the same as the previous commit.

testsuite/css/style/gradient.nodes

index e71c0a798743ed4f8030f60ebf1c657345e19643..59aeaa7f48bc4f8c2c729774977a25c853045e31 100644 (file)
@@ -6,4 +6,4 @@
     background-image: repeating-linear-gradient(to top right, rgba(255,100,60,0.5), rgb(255,0,255) 100%); /* gradient.css:6:95 */
 
     label:dir(ltr)
-      background-image: radial-gradient(circle farthest-corner at center 30px, rgb(255,255,0), rgb(255,0,0) 30%, rgb(0,0,255)); /* gradient.css:10:87 */
+      background-image: radial-gradient(ellipse farthest-corner at center 30px, rgb(255,255,0), rgb(255,0,0) 30%, rgb(0,0,255)); /* gradient.css:10:87 */